<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å…¬å…±æ&nbsp;·å¼*/
@font-face {
  font-family: 'SourceHanSerifCN-Bold';
  src: url('https://showyu-xinuanwang.oss-cn-beijing.aliyuncs.com/ziti/SourceHanSerifCN-Bold.otf');
  /* src: url('../../fonts/SourceHanSerifCN-Bold.otf'); */
      font-weight: normal;
      font-style: normal;
	  font-display:swap;
   }
@font-face {
  font-family: 'SourceHanSerifCN-Medium';
  src: url('https://showyu-xinuanwang.oss-cn-beijing.aliyuncs.com/ziti/SourceHanSerifCN-Medium.otf');
  /* src: url('../../fonts/SourceHanSerifCN-Medium.otf'); */
      font-weight: normal;
      font-style: normal;
	  font-display:swap;
   }
@font-face {
  font-family: 'SourceHanSerifCN-Heavy';
  src: url('https://showyu-xinuanwang.oss-cn-beijing.aliyuncs.com/ziti/SourceHanSerifCN-Heavy.otf');
  /* src: url('../../fonts/SourceHanSerifCN-Heavy.otf'); */
      font-weight: normal;
      font-style: normal;
	  font-display:swap;
   }
@font-face {
  font-family: 'SourceHanSerifCN-Light';
  src: url('https://showyu-xinuanwang.oss-cn-beijing.aliyuncs.com/ziti/SourceHanSerifCN-Light.otf');
  /* src: url('../../fonts/SourceHanSerifCN-Light.otf'); */
      font-weight: normal;
      font-style: normal;
	  font-display:swap;
   }
@font-face {
  font-family: 'SourceHanSerifCN-Regular';
  src: url('https://showyu-xinuanwang.oss-cn-beijing.aliyuncs.com/ziti/SourceHanSerifCN-Regular.otf');
  /* src: url('../../fonts/SourceHanSerifCN-Regular.otf'); */
      font-weight: normal;
      font-style: normal;
	  font-display:swap;
   }
@font-face {
  font-family: 'SourceHanSerifCN-SemiBold';
  src: url('https://showyu-xinuanwang.oss-cn-beijing.aliyuncs.com/ziti/SourceHanSerifCN-SemiBold.otf');
  /* src: url('../../fonts/SourceHanSerifCN-SemiBold.otf'); */
      font-weight: normal;
      font-style: normal;
	  font-display:swap;
   }
*{
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "æ€æºå®‹ä½“";
}

html,body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-weight: normal;
	font-size: 12px;
}
html {
	font-size: 100px;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,em,img,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,input,textarea,legend,button,table,tbody,caption,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0
}
/*åŽ»é™¤æŒ‰é’®é»˜è®¤æ&nbsp;·å¼*/
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
/*åŽ»é™¤inputå‘å…‰è¾¹æ¡†*/
input:focus, textarea:focus {
    outline: none;
}
/*åŽ»é™¤IE10+æµè§ˆå™¨æ–‡æœ¬æ¡†åŽé¢çš„å°å‰å‰*/
input::-ms-clear {
    display: none;
}
/*ç¦æ­¢å¤šè¡Œæ–‡æœ¬æ¡†textareaæ‹–æ‹½*/
textarea {
    resize: none;
}
ol,ul {
	list-style:none;
}
a:focus {
	outline:thin dotted;
	outline-style:none;
	 -moz-outline-style: none;
	background: none;
}
img {
	border:0;
	-ms-interpolation-mode:bicubic;
}
a {
	text-decoration:none;
	outline:none; 
	background: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
input::-webkit-input-placeholder {
	color:#c0c4c8
}
.clearfix:after{
	clear:both;
	content:'.';
	display:block;
	width: 0;
	height: 0;
	visibility:hidden;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.hidden{
	display: none;
}
.show{
	display: block;
}
i{
	font-style: normal;
}
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
select::-ms-expand { display: none; }
button{outline: none;background:none;}
input{background:none;  outline:none;  border:0px;-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0, 0, 0, 0);  }
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
button{-webkit-appearance: none; -webkit-tap-highlight-color: transparent;}
/*è‡ªåŠ¨éšè—æ–‡å­—*/
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ellipsis1 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ellipsis2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ellipsis3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ellipsis4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.Flow1{display:flex;align-items: center;justify-content: space-between;}
.Flow2{display:flex;align-items: center;justify-content:center;}


@media screen and (max-width: 1920px) {
  html {
    font-size: 100px;
  }
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 87.5px;
  }
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 83.33px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 78.13px;
  }
}
@media screen and (max-width: 1380px) {
  html {
    font-size: 71.88px;
  }
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 67.7px;
  }
}

@media screen and (max-width: 1200px) {
  html {
    font-size: 62.5px;
  }
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 52.08px;
  }
}</pre></body></html>